home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / VCLZip / kpdemosd.exe / ZipUtil / ModInfo.dfm / ModInfo.txt
Encoding:
Text File  |  1998-11-10  |  1.1 KB  |  63 lines

  1. object ModInfoForm: TModInfoForm
  2.   Left = 15
  3.   Top = 581
  4.   BorderStyle = bsDialog
  5.   Caption = 'Modify Zip Information'
  6.   ClientHeight = 157
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 99
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 20
  25.     Top = 31
  26.     Width = 125
  27.     Height = 15
  28.     Caption = 'Enter New Information:'
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 81
  37.     Top = 119
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45.   object CancelBtn: TButton
  46.     Left = 161
  47.     Top = 119
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 1
  54.   end
  55.   object NewInfoEdit: TEdit
  56.     Left = 18
  57.     Top = 53
  58.     Width = 279
  59.     Height = 21
  60.     TabOrder = 2
  61.   end
  62. end
  63.